projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac914d
)
x11: Use event->any.window instead of any random member
author
Benjamin Otte
<otte@redhat.com>
Tue, 1 Feb 2011 02:53:21 +0000
(
03:53
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 1 Feb 2011 05:33:01 +0000
(06:33 +0100)
gdk/x11/gdkdevicemanager-core-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkdevicemanager-core-x11.c
b/gdk/x11/gdkdevicemanager-core-x11.c
index 9315e45702649572ea26bc4cc82f0f40ca58cc96..1533d40c744302ae434a9460c4a56ea3ca5c93e4 100644
(file)
--- a/
gdk/x11/gdkdevicemanager-core-x11.c
+++ b/
gdk/x11/gdkdevicemanager-core-x11.c
@@
-272,7
+272,7
@@
set_user_time (GdkWindow *window,
{
g_return_if_fail (event != NULL);
- window = gdk_window_get_toplevel (event->
client
.window);
+ window = gdk_window_get_toplevel (event->
any
.window);
g_return_if_fail (GDK_IS_WINDOW (window));
/* If an event doesn't have a valid timestamp, we shouldn't use it